jade.domain.introspection
Class AddedBehaviour

java.lang.Object
  |
  +--jade.domain.introspection.AddedBehaviour

public class AddedBehaviour
extends java.lang.Object

Author:
Giovanni Rimassa - Universita` di Parma

Constructor Summary
AddedBehaviour()
           
 
Method Summary
 AID getAgent()
           
 BehaviourID getBehaviour()
           
 void setAgent(AID id)
           
 void setBehaviour(BehaviourID id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddedBehaviour

public AddedBehaviour()
Method Detail

setAgent

public void setAgent(AID id)

getAgent

public AID getAgent()

setBehaviour

public void setBehaviour(BehaviourID id)

getBehaviour

public BehaviourID getBehaviour()